Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / IValueConverter<T> Interface
The type to convert to.
Members


IValueConverter<T> Interface
Provides a way to apply custom logic to a binding.
Syntax
'Declaration
 
Public Interface IValueConverter(Of T) 
   Inherits IValueConverter 
 
'Usage
 
Dim instance As IValueConverter(Of T)
Type Parameters
T
The type to convert to.
See Also